docs: Improve GtkMessageDialog description
authorDavid King <amigadave@amigadave.com>
Mon, 20 Feb 2012 18:05:12 +0000 (18:05 +0000)
committerDavid King <amigadave@amigadave.com>
Fri, 4 May 2012 02:09:13 +0000 (03:09 +0100)
Add mention of default setting of GtkWindow:skip-taskbar-hint.

https://bugzilla.gnome.org/show_bug.cgi?id=587873

gtk/gtkmessagedialog.c

index e83c36a8eaa6f0a8d071284dcc12f15f60a8a073..793428072009dd33bc432a752ae04ea5bb8ab9a0 100644 (file)
  * convenience widget; you could construct the equivalent of #GtkMessageDialog
  * from #GtkDialog without too much effort, but #GtkMessageDialog saves typing.
  *
+ * One difference from #GtkDialog is that #GtkMessageDialog sets the
+ * #GtkWindow:skip-taskbar-hint property to %TRUE, so that the dialog is hidden
+ * from the taskbar by default.
+ *
  * The easiest way to do a modal message dialog is to use gtk_dialog_run(), though
  * you can also pass in the %GTK_DIALOG_MODAL flag, gtk_dialog_run() automatically
  * makes the dialog modal and waits for the user to respond to it. gtk_dialog_run()